Contribution org.nuxeo.platform.TemplateSources.rendition.contrib--renditionDefinitions
In component org.nuxeo.platform.TemplateSources.rendition.contrib
org.nuxeo.platform.TemplateSources.rendition.contrib
inside nuxeo-template-rendering-core-6.0.jar
This contribution is part of XML component Extension Point
Extension point renditionDefinitions of component RenditionService.Contributed Items
XML Source
<extension point="renditionDefinitions" target="org.nuxeo.ecm.platform.rendition.service.RenditionService">
<renditionDefinition class="org.nuxeo.template.rendition.TemplateBasedRenditionProvider" enable="true" name="delivery">
<icon>/icons/delivery.png</icon>
<label>label.rendition.delivery</label>
</renditionDefinition>
<renditionDefinition class="org.nuxeo.template.rendition.TemplateBasedRenditionProvider" enable="true" name="webView">
<icon>/icons/htmlView.png</icon>
<label>label.rendition.webView</label>
</renditionDefinition>
</extension>